How to enable .htaccess on apache2 ubuntu

Go to /etc/apache2/sites-available and edited the file default # vi /etc/apache2/sites-available/default NameVirtualHost * ServerAdmin admin@site.com DocumentRoot /var/www/ Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all # This directive allows us to have apache2’s default start page # in /apache2-default/, but still have / go to the right place # … Continue reading How to enable .htaccess on apache2 ubuntu